textview: Use adjustment animations in gtk_text_view_scroll_to_iter()
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 8 Jul 2014 13:22:24 +0000 (15:22 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 9 Jul 2014 01:14:41 +0000 (21:14 -0400)
commit6aa851149598961f7e80d204d92f1b4c74783b87
treec947527b1f45c06a8881bb2fdf5793593d91a316
parentf7e983a4c98bca80f3a1fb62cb3a57ff5e5123a3
textview: Use adjustment animations in gtk_text_view_scroll_to_iter()

This makes keyboard-triggered scrolling animated, as this function is
used underneath in order to make the cursor onscreen after it is
displaced.
gtk/gtktextview.c